"DESCRIPTION 1"="If you activate "Enable QuickView for any file", you can right-click any file and select "QuickView" from the appearing menu to have a look on it. Windows 2000, XP and Windows Millennium do not support this option, but you can install Quick View Plus instead."
"DESCRIPTION 2"="WARNING: If this option is activated and you are using the Microsoft Office Shortcut Bar, the Shortcut Bar may not work correctly any longer. In this case, deactivate this option again and restart your PC."
"DESCRIPTION 3"="Enable "Open with..." to easily change which program is used to open a file (by default, you need to hold down SHIFT and right-click a file to display this item). If it's activated, this option is automatically visible on the right-click menu."
"AUTHOR"="Xteq Systems"
"CONTACTURL"="http://www.xteq.com"
"COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
"COMMENT 1"="George W. Bush sucks!"
bQE=true
bDH=true
bDH2=true
Sub Plugin_Initialize
s=RegReadValue("HKCR\*\QuickView\@")
if s="*" then
SetUIElement 1,true
else
bQE=false
end if
s=RegReadValue("HKCR\*\Shell\openas\command\@")
if not IsEmpty(s) then
SetUIElement 2,true
else
SetUIElement 2,false
end if
End Sub
Sub Plugin_CheckData(ElementIndex)
End Sub
Sub Plugin_Apply(ElementIndex,ElementSubIndex)
bW9x=false
if GetWinVer=1 or GetWinVer=3 or GetWinVer=5 then 'Windows 95/98/ME